home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
menu.dir
/
00064_Script_64
< prev
next >
Wrap
Text File
|
1983-01-30
|
363b
|
13 lines
on suonom canale,fileaudio
global qualefile
if the machinetype < 255 then
set qualefile to ("invenzioni:invenzio:musiche:"&fileaudio&".aif")
else
set cddrive to char 1 of the moviepath
set qualefile to cddrive&":\invenzio\musiche\"&fileaudio&".aif"
end if
put "suono = ",canale,qualefile
sound playfile canale, qualefile
end